home *** CD-ROM | disk | FTP | other *** search
/ BigMax 21 / BigMax nº 21 Super EF2000 / BigMax nº 21 Super EF2000.iso / extras.dxr / 00085.ls < prev    next >
Encoding:
Text File  |  1998-06-25  |  158 b   |  8 lines

  1. on enterFrame
  2.   repeat with contador = 0 to 100
  3.     set the blend of sprite 1 to contador
  4.     updateStage()
  5.     set contador to contador + 5
  6.   end repeat
  7. end
  8.